home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.teleport.com!sschaem
- From: sschaem@teleport.com (Stephan Schaem)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: TMapping again!
- Date: 26 Feb 1996 16:54:41 GMT
- Organization: Teleport - Portland's Public Access (503) 220-1016
- Message-ID: <4gsokh$2l0@maureen.teleport.com>
- References: <38232371@kone.fipnet.fi> <4fntd3$g56@sunsystem5.informatik.tu-muenchen.de> <38232442@kone.fipnet.fi> <4fvnjb$gdm@oreig.uji.es> <4g147q$sit@maureen.teleport.com> <4ga6lr$rp8@brachio.zrz.TU-Berlin.DE> <4gc5ur$brr@maureen.teleport.com> <4gcq6s$b
- <4gkjc7$9pp@brachio.zrz.TU-Berlin.DE>
- NNTP-Posting-Host: julie.teleport.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Philipp Boerker (rawneiha@w350zrz.zrz.TU-Berlin.DE) wrote:
- : sschaem@teleport.com (Stephan Schaem) writes:
-
-
- : > Then see the folowing... its not using a unrolling methode for
- : > alligned 'copy' like for flat shading inner loop unrolling.
-
-
- : >Setup:
- : >.. move.l d0,(a1)+
- : > dbra d1,..
- : >.. move.l d2,(a1)+
- : > dbra d3,..
- : > rts
-
- : > Now, isn't this nice :)
-
- : Well, how does the first dbra branch? Back or ahead? I'd use some
- : other labels!
-
- Its a loop label, not nested.... I dont find it nesecary to give
- them a name. cause they will endup as ".loopa" ".loopb" etc... and
- if I move code or add code latter I might have duplicate label name
- in the same function. I use them in macro too VS autoincremnted labels.
-
- Stephan
-